home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / Dispmap1.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  459 b   |  22 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (0,3,-5),(0,1,0),(0,1,0)
  4.  FieldOfView 40
  5.  Format(256,256)
  6.  FrameAspectRatio 1
  7. ]
  8.  
  9. Background '.098039, .098039, .392157'*2
  10.  
  11. PointLight [ (10,5,-10) Intensity '1,1,1'*0.6 ]
  12. PointLight [ (-15,16,-20) Intensity '1,1,1'*0.7 ]
  13.  
  14. Shape [
  15.  Sphere((0, 1, 0), 1)
  16.  DisplacementMapping (0.15 * sawtooth(x + 2 * noise(Po, 3)))
  17.  ShapeSubdivisions(48,48)
  18.  met
  19. ]
  20.  
  21. Shape [ Disk((0,0,0), (0,1,0), 200) veins_pattern ]
  22.